const runtime.mSpanManual
9 uses
runtime (current package)
mbitmap.go#L1380: if state == mSpanManual {
mgcmark.go#L1712: if s.state.get() == mSpanManual && size == 0 {
mheap.go#L389: mSpanManual // allocated for manual management (e.g., stack allocator)
mheap.go#L678: case mSpanInUse, mSpanManual:
mheap.go#L1456: s.state.set(mSpanManual)
mheap.go#L1734: case mSpanManual:
signal_unix.go#L411: if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
stack.go#L242: if s.state.get() != mSpanManual {
stack.go#L535: if s.state.get() != mSpanManual {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |